Property
Identifiers and Types
All MAPI
properties are represented by property tags. A property tag is a 32-bit
unsigned integer value that contains the property s identifier in the high
order 16 bits and the property s type in the low order 16 bits. Property tags
for all of the properties defined by MAPI are included in the MAPITAGS.H header
file.
Property
identifiers are used to indicate what a property is used for and who is responsible
for it. Property identifiers are divided by MAPI into ranges; where an
identifier falls in the range indicates its use and ownership.
Property
types are used to indicate the format of the property s data. MAPI defines all
of the valid types. Clients and service providers creating new properties must
use one of these types. All of the property types are included in the
MAPIDEFS.H header file.